home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Crater Mountain at Midnight < prev    next >
Text File  |  1999-08-14  |  568b  |  48 lines

  1. /* Name: Crater Mountain at Midnight
  2.    Author: Dennis Wallace  (achbed@pobox.com)
  3.    Modified Date: 7/31/99
  4. */
  5.  
  6. Resn=10,
  7.  
  8. Durn="4",
  9.  
  10. CamX="50 * sin( - t / 7 )",
  11. CamY="50 * cos( t / 5 )",
  12. CamZ="35 + 20 * sin( t / 4.7)",
  13.  
  14. CmLX="40",
  15. CmLY="0",
  16. CmLZ="10",
  17.  
  18. CUpX="0",
  19. CUpY="0",
  20. CUpZ="1",
  21.  
  22.  
  23. R=".5 * ( 1 - mag( s ) ) - dt",
  24. G="mag( s ) - dt",
  25. B=".5 * ( 1 + mag( s ) - dt )",
  26.  
  27. LvlR=".4",
  28. LvlG="0",
  29. LvlB=".4",
  30.  
  31. B0="sin( t / 2 )",
  32.  
  33. widt=480,heig=430,
  34.  
  35. ConL=1,ConB=1,
  36.  
  37. Fall="1",
  38.  
  39. X="100 * dt",
  40. Y="90 * s - 45",
  41. Z="40 * B0 * mag( s )",
  42.  
  43. Scal="1200",
  44. ScSz=1,
  45.  
  46. Pers="350",
  47.  
  48. Vers=30